From: Richard M. Stallman Date: Mon, 2 May 1994 00:45:44 +0000 (+0000) Subject: (Fx_create_frame): Set the size_hint_flags field. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91799 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=38d2204001d6da1337956c99d8548350632cdc3c;p=emacs.git (Fx_create_frame): Set the size_hint_flags field. Don't call x_calc_absolute_position. --- diff --git a/src/xfns.c b/src/xfns.c index 9a2555c542a..8f01f66ee15 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1862,7 +1862,7 @@ x_window (f, window_prompting, minibuffer_only) XtSetValues (shell_widget, al, ac); } - x_calc_absolute_position (f, window_prompting); + x_calc_absolute_position (f); XtManageChild (pane_widget); XtRealizeWidget (shell_widget); @@ -2258,6 +2258,8 @@ be shared by the new frame.") f->display.x->win_gravity = NorthWestGravity; } + f->display.x->size_hint_flags = window_prompting; + #ifdef USE_X_TOOLKIT x_window (f, window_prompting, minibuffer_only); #else